home *** CD-ROM | disk | FTP | other *** search
/ Public Speaking Strategie…or Success (2nd Edition) / Public Speaking Strategies for Success Second Edition - David Zarefsky (AB Interactive) (2000).ISO / mac / media / ch07 / ptp200a / acp200aJ.js next >
Text File  |  1999-05-11  |  4KB  |  106 lines

  1.  
  2.  
  3. function getProblemArr() {
  4.  
  5.  
  6. ////////////////////////////////////////////////////////////////////////////////////
  7. ////////////////////////////////////////////////////////////////////////////////////
  8.  
  9. //javascript:alert(document.inputForm["A"].checked);document.inputForm
  10. //javascript:alertproblemArr[0]["A"]);
  11. //problemObj = new Object(Q:" ",A:" ",B:" ",C:" ",D:" ");
  12.  
  13. matchingAnsObj = new Object;
  14.  
  15.  
  16. problemArr = new Array();
  17.  
  18. for (i=0; i<this.AnswerArray.length+4; i++) 
  19. {
  20.   problemArr[i] = new Object;
  21. };
  22.  
  23. problemArr[0]["Q"] = " ";
  24.  
  25.  
  26. ////////////////////////////////////////////////////////////////////////////////////
  27. ////////////////////////////////////////////////////////////////////////////////////
  28.  
  29.       
  30.      
  31.    
  32. problemArr[1]["Q"] = " Claims that address the issues of the thesis and constitute the primary divisions of a speech are the ______________ ideas. "; 
  33.  
  34. problemArr[2]["Q"] = " An effective organizational pattern should provide simplicity, discreteness, ____________ structure, balance, coherence, and completeness. ";
  35.  
  36. problemArr[3]["Q"] = " Ideas that form links in a chain are _______________ dependent ideas. ";
  37.  
  38. problemArr[4]["Q"] = " An idea that is easily remembered because it was presented first benefits from the __________ effect. ";
  39.  
  40. problemArr[5]["Q"] = " The _______________ method of arrangement presents ideas on a timeline. ";
  41.  
  42. problemArr[6]["Q"] = " Similarities and differences are examined with a ______________ and contrast pattern. ";
  43.  
  44. problemArr[7]["Q"] = " When a speaker uses a process of elimination as an organizational principle, the speech is organized using the pattern of _____________. ";
  45.  
  46. problemArr[8]["Q"] = " Factors to consider in choosing an organizational pattern would be the subject, the speaker's purpose, the ________________ and the culture. ";
  47.  
  48. problemArr[9]["Q"] = " In deciding how much evidence to use, it is wise to use enough evidence to support your claims, but not so much that speech becomes _______________ or boring. ";
  49.  
  50. problemArr[10]["Q"] = " If audience members most easily remembered the last idea in the speech, they may have been influenced by the ______________ effect. ";
  51.  
  52.  
  53. problemArr[1]["F"] = " For more information, see page 181 of your textbook. ";
  54.  
  55. problemArr[2]["F"] = " For more information, see page 185 of your textbook. ";
  56.  
  57. problemArr[3]["F"] = " For more information, see page 187 of your textbook. ";
  58.  
  59. problemArr[4]["F"] = " For more information, see page 189 of your textbook. ";
  60.  
  61. problemArr[5]["F"] = " For more information, see page 190 of your textbook. ";
  62.  
  63. problemArr[6]["F"] = " For more information, see page 192 of your textbook. ";
  64.  
  65. problemArr[7]["F"] = " For more information, see page 193 of your textbook. ";
  66.  
  67. problemArr[8]["F"] = " For more information, see page 195 of your textbook. ";
  68.  
  69. problemArr[9]["F"] = " For more information, see page 196 of your textbook. ";
  70.  
  71. problemArr[10]["F"] = " For more information, see page 189 of your textbook. ";
  72.  
  73.  
  74.  
  75.  
  76. ////////////////////////////////////////////////////////////////////////////////////
  77. ////////////////////////////////////////////////////////////////////////////////////
  78.  
  79.  
  80.  
  81.  
  82. ////////////////////////////////////////////////////////////////////////////////////
  83. ////////////////////////////////////////////////////////////////////////////////////
  84. ////////////////////////////////////////////////////////////////////////////////////
  85. ////////////////////////////////////////////////////////////////////////////////////
  86.  
  87.  
  88. }
  89.  
  90.  
  91. getProblemArr();
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.